home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk64 / qmenu / makefile < prev    next >
Makefile  |  1995-03-19  |  225b  |  12 lines

  1. # Quickmenu Module and test program (mtst).
  2. # Manx 3.6 Makefile.
  3.  
  4. mtst : mtst.o qmenu.o
  5.         ln mtst.o qmenu.o -lc -o $@
  6.  
  7. qmenu.o : qmenu.c qmenu.h
  8.         cc qmenu.c -o $@
  9.  
  10. mtst.o : mtst.c qmenu.h
  11.         cc mtst.c -o $@
  12.